+2002-01-15 Jody Goldberg <jody@gnome.org>
+
+ * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
+ GtkLayout may have been scrolled _before_ it was realized.
+
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
+2002-01-15 Jody Goldberg <jody@gnome.org>
+
+ * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
+ GtkLayout may have been scrolled _before_ it was realized.
+
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
+2002-01-15 Jody Goldberg <jody@gnome.org>
+
+ * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
+ GtkLayout may have been scrolled _before_ it was realized.
+
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
+2002-01-15 Jody Goldberg <jody@gnome.org>
+
+ * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
+ GtkLayout may have been scrolled _before_ it was realized.
+
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
+2002-01-15 Jody Goldberg <jody@gnome.org>
+
+ * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
+ GtkLayout may have been scrolled _before_ it was realized.
+
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
+2002-01-15 Jody Goldberg <jody@gnome.org>
+
+ * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
+ GtkLayout may have been scrolled _before_ it was realized.
+
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
+2002-01-15 Jody Goldberg <jody@gnome.org>
+
+ * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
+ GtkLayout may have been scrolled _before_ it was realized.
+
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
&attributes, attributes_mask);
gdk_window_set_user_data (widget->window, widget);
- attributes.x = 0;
- attributes.y = 0;
+ attributes.x = - layout->hadjustment->value,
+ attributes.y = - layout->vadjustment->value;
attributes.width = MAX (layout->width, widget->allocation.width);
attributes.height = MAX (layout->height, widget->allocation.height);
attributes.event_mask = GDK_EXPOSURE_MASK | GDK_SCROLL_MASK |